Skip to content

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.5.0 #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JhaSwechha
Copy link

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • requirements-dev.txt
⚠️ Warning
types-requests 2.31.0.20231231 requires urllib3, which is not installed.
pytest-vcr 1.0.2 requires vcrpy, which is not installed.

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Open Redirect

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Python 3.8 Compatibility Threatened

Adding urllib3>=2.5.0 conflicts with the project's existing Python 3.8 compatibility strategy. The codebase explicitly pins types-requests and vcrpy to older versions, with comments indicating this is to avoid urllib3>=2.0 which breaks Python 3.8 compatibility. This new direct dependency undermines the deliberate dependency management and will break Python 3.8 support.

requirements-dev.txt#L22-L23

networkx-stubs~=0.0.1
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants